home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / mui / developer / c / dlib / aslreq.c < prev    next >
C/C++ Source or Header  |  1977-12-31  |  224b  |  11 lines

  1. #include <clib/muimaster_protos.h>
  2. #include <pragmas/muimaster_pragmas.h>
  3.  
  4. extern struct Library *MUIMasterBase;
  5.  
  6. BOOL MUI_AslRequestTags(APTR req, Tag tag1, ...)
  7. {
  8.  return(MUI_AslRequest(req, (struct TagItem *) &tag1));
  9. }
  10.  
  11.